home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 6-Pak - Disc 6
/
Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO
/
Desktop-Window-Managers
/
StickyFront.exe
/
History.txt
next >
Wrap
Text File
|
1998-02-04
|
2KB
|
71 lines
History of StickyFront
-=-=-=-=-=-=-=-=-=-=-=
by N. Douglas
Todo:
-=-=-
Make window list reallocable
Make a (special configuarable) sound everytime you stick/destick to the front
Make Alt-f6 a hotkey. Make this configurable.
When a window gets killed off, remove it from our lists
etc etc
v0.04:
-=-=-=
Moved to v0.04 at 17:34 4th February 1998
Made no reboot option in preferences work
Added Uninstall code
Greyed out unworking options
Did some help and added it to the menu
Released as alpha version to public.
v0.03:
-=-=-=
Moved to v0.03 at 21.48 20th October 1997
First fully working version which correctly removes altered menu entries on
exit. Currently has a limit of 64 windows though.
Added some decent error handling code. Made it all more bulletproofed.
Decided there will be no Win16 version now as it doesn't have anything like
decent error handling facilities ie; not very usuable. Amazing how anyone
programmed for it thinking about it nowadays ...
Moved to Developer Studio as I received it.
Added system tray icon. Now how the hell to I add a menu???
Finally found out there's a call called GetCursorPos() ...
Added quit function to right clicked mouse menu.
Designed the preferences window and added it to the icon bar menu
Got the Browse sound and play sound buttons working. Preferences are now stored
in the registry.
v0.02:
-=-=-=
Figured that hooked code is executed in the context of the thing it's hooking -
thus there is a separate copy of global static vars per instance - hard when
you have a central window list you must work with.
Thus created a Win32 "shared memory" memory manager. It should abstract onto
Win16 using GlobalAlloc etc. reasonably easily aiding porting.
v0.01:
-=-=-=
First semi-working version